projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45da8bf
)
Update config.h.win32.in for sincos()
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 6 Mar 2015 02:49:25 +0000
(10:49 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 6 Mar 2015 02:49:25 +0000
(10:49 +0800)
There was an added check in configure.ac for sincos() for gtkgears.c, where
that function is actually a GCC- and glibc-specific extension, which is
not available on Windows. Reflect on this in config.h.win32.in for the
Visual Studio/Windows builds.
config.h.win32.in
patch
|
blob
|
history
diff --git
a/config.h.win32.in
b/config.h.win32.in
index 1cfb8e93e7d3d5a7f6a37bb041f859fbe009cc41..34f05c25db3c17bb2c8d42d03c6c0aa0bcf2b03d 100644
(file)
--- a/
config.h.win32.in
+++ b/
config.h.win32.in
@@
-141,6
+141,9
@@
#define HAVE_ROUND 1
#endif
+/* Define to 1 if sincos() is available */
+/* #undef HAVE_SINCOS */
+
/* Have the sockaddr_un.sun_len member */
/* #undef HAVE_SOCKADDR_UN_SUN_LEN */